Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-929 | GEN005760 | SV-39000r1_rule | ECCD-1 ECCD-2 ECLP-1 | Low |
Description |
---|
Excessive permissions on the NFS export configuration file could allow unauthorized modification of the file, which could result in Denial of Service to authorized NFS exports and the creation of additional unauthorized exports. |
STIG | Date |
---|---|
HP-UX 11.23 Security Technical Implementation Guide | 2013-03-28 |
Check Text ( C-35028r1_chk ) |
---|
# echo `ls -lL /etc/exports` | tr '\011' ' ' | tr -s ' ' | sed -e 's/^[ \t]*//' | cut -f 1,1 -d " " If the file has a mode more permissive than 0644, this is a finding. |
Fix Text (F-30320r1_fix) |
---|
# chmod 0644 /etc/exports |